Fix reference to the guide in the docs
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 19 Jun 2016 22:42:11 +0000 (01:42 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 19 Jun 2016 22:42:11 +0000 (01:42 +0300)
Overrides description was moved from the Guide to the Specifying
Dependencies section.

src/doc/config.md

index 25eb25bc6c96e41a546c8b2bc97cb240a798f7e7..9f193cc20451932f058d58e4001f0944a24e037d 100644 (file)
@@ -41,7 +41,7 @@ given. Relative paths are resolved relative to the parent directory of the
 
 ```toml
 # An array of paths to local repositories which are to be used as overrides for
-# dependencies. For more information see the Cargo Guide.
+# dependencies. For more information see the Specifying Dependencies guide.
 paths = ["/path/to/override"]
 
 [cargo-new]